Labels:text | screenshot | font | number | document | parallel | black and white OCR: Method Description void addNotify Need I say again that you will have little if any reason to call this method? It attaches the menu item to its native peer object, the class of which depends entirely on the oper- oling system. boolean gefState This method returns true if the menu item is currently checked. It returns false if the item is not checked. void setState (boolean t) Changes the state of the CheckboxMenultem object, which is unchecked by default. Pass true to this method to add a check mark to the menu item. Pass false to remove a check mark. You might use this method to initialize menu items that you want users to see as checked when they first open a menu. String paramString This method overrides the method of the same name inherited from the Menultem class. Call paramString to obtain a string in the form "Label=label,state=state" where lobel is the menu item's text, and state is true or false, depending on whether the menu item is checked. The method is mostly useful for debugging. Call the inherited getLobel method instead to obtain only the CheckboxMenultem object's menu text. Figure 9: The CheckboxMenulfem methods